Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5081fd

Browse files
committedOct 6, 2014
mislabeled the type on "verb"
1 parent 2551adb commit d5081fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎activitystreams2-context.jsonld

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mediaType": "as:mediaType",
2626
"verb": {
2727
"@id": "as:verb",
28-
"@type": "@vocab"
28+
"@type": "@id"
2929
},
3030
"actor": {
3131
"@id": "as:actor",

0 commit comments

Comments
 (0)
Please sign in to comment.